home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / MATH / LGSOLV1.ZIP / LGSOLV.INF < prev    next >
Text File  |  1993-10-03  |  1KB  |  20 lines

  1. pd1:<msdos.math>
  2. LGSOLV1.ZIP     Large Linear Systems solver
  3.  
  4.  
  5.  
  6. LGSOLV Version 1.00
  7.      Authors: P.G.Akishin, A.P.Sapoznikov.  LCTA,JINR, Dubna,Russia.
  8.       E-mail:     akishin@main1.jinr.dubna.su
  9.                sapoznikov@main1.jinr.dubna.su
  10.   The main problem for programmers working witn large matrices is how to keep
  11. them in computer's memory. Being written in a disk-storage, matrix involves
  12. a lot of disk exchanges, because all Matrix-Algorithms use it "row-by-row"
  13. and "column-by-column" at the same time.  Here we're proposing an original
  14. modification of known Gauss method for pivot element elimination that uses
  15. internal rows-transposition-vector and works with matrix strictly "col-by-col".
  16.   Our algorithm factorizes the source matrix so that created factor-matrix may
  17. be used several times for quick solution of Linear System with any Right Parts.
  18.   LGSOLV consist of several FORTRAN-written functions, detaily described in
  19. README.DOC file.  Run file DEMOTEST.EXE is given as example of using LGSOLV.
  20.